home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / internet / 32psio11.zip / _SETUP.1 / INET32.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1997-01-17  |  78KB  |  2,597 lines

  1. object Form2: TForm2
  2.   Left = 23
  3.   Top = 67
  4.   Hint = 'Use Right Mouse Button To Display Popup Menus'
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'PrimaSoft Internet Organizer'
  8.   ClientHeight = 444
  9.   ClientWidth = 585
  10.   Color = clBlue
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Menu = MainMenu1
  17.   PixelsPerInch = 96
  18.   ShowHint = True
  19.   OnClose = FormClose
  20.   OnKeyDown = FormKeyDown
  21.   TextHeight = 16
  22.   object Panel4: TPanel
  23.     Left = 9
  24.     Top = 391
  25.     Width = 567
  26.     Height = 34
  27.     BevelInner = bvLowered
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     TabOrder = 3
  34.     Visible = False
  35.   end
  36.   object Panel5: TPanel
  37.     Left = 280
  38.     Top = 0
  39.     Width = 24
  40.     Height = 390
  41.     Caption = 'Panel5'
  42.     Font.Color = clBlack
  43.     Font.Height = -11
  44.     Font.Name = 'Arial'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 4
  48.     object A_Btn: TColorButton
  49.       Left = 0
  50.       Top = 0
  51.       Width = 24
  52.       Height = 15
  53.       Hint = 'Jump to Page beginning with A'
  54.       BgndColor = clBtnFace
  55.       SelBgndColor = clSilver
  56.       Caption = 'A'
  57.       ParentShowHint = False
  58.       ShowHint = True
  59.       StayDown = True
  60.       TabOrder = 0
  61.       OnClick = A_BtnClick
  62.     end
  63.     object B_Btn: TColorButton
  64.       Left = 0
  65.       Top = 15
  66.       Width = 24
  67.       Height = 15
  68.       Hint = 'Jump to Page beginning with B'
  69.       BgndColor = clBtnFace
  70.       SelBgndColor = clSilver
  71.       Caption = 'B'
  72.       ParentShowHint = False
  73.       ShowHint = True
  74.       StayDown = True
  75.       TabOrder = 1
  76.       OnClick = A_BtnClick
  77.     end
  78.     object C_Btn: TColorButton
  79.       Left = 0
  80.       Top = 30
  81.       Width = 24
  82.       Height = 15
  83.       Hint = 'Jump to Page beginning with C'
  84.       BgndColor = clBtnFace
  85.       SelBgndColor = clSilver
  86.       Caption = 'C'
  87.       ParentShowHint = False
  88.       ShowHint = True
  89.       StayDown = True
  90.       TabOrder = 2
  91.       OnClick = A_BtnClick
  92.     end
  93.     object D_Btn: TColorButton
  94.       Left = 0
  95.       Top = 45
  96.       Width = 24
  97.       Height = 15
  98.       Hint = 'Jump to Page beginning with D'
  99.       BgndColor = clBtnFace
  100.       SelBgndColor = clSilver
  101.       Caption = 'D'
  102.       ParentShowHint = False
  103.       ShowHint = True
  104.       StayDown = True
  105.       TabOrder = 3
  106.       OnClick = A_BtnClick
  107.     end
  108.     object E_Btn: TColorButton
  109.       Left = 0
  110.       Top = 60
  111.       Width = 24
  112.       Height = 15
  113.       Hint = 'Jump to Page beginning with E'
  114.       BgndColor = clBtnFace
  115.       SelBgndColor = clSilver
  116.       Caption = 'E'
  117.       ParentShowHint = False
  118.       ShowHint = True
  119.       StayDown = True
  120.       TabOrder = 4
  121.       OnClick = A_BtnClick
  122.     end
  123.     object F_Btn: TColorButton
  124.       Left = 0
  125.       Top = 75
  126.       Width = 24
  127.       Height = 15
  128.       Hint = 'Jump to Page beginning with F'
  129.       BgndColor = clBtnFace
  130.       SelBgndColor = clSilver
  131.       Caption = 'F'
  132.       ParentShowHint = False
  133.       ShowHint = True
  134.       StayDown = True
  135.       TabOrder = 5
  136.       OnClick = A_BtnClick
  137.     end
  138.     object G_Btn: TColorButton
  139.       Left = 0
  140.       Top = 90
  141.       Width = 24
  142.       Height = 15
  143.       Hint = 'Jump to Page beginning with G'
  144.       BgndColor = clBtnFace
  145.       SelBgndColor = clSilver
  146.       Caption = 'G'
  147.       ParentShowHint = False
  148.       ShowHint = True
  149.       StayDown = True
  150.       TabOrder = 6
  151.       OnClick = A_BtnClick
  152.     end
  153.     object H_Btn: TColorButton
  154.       Left = 0
  155.       Top = 105
  156.       Width = 24
  157.       Height = 15
  158.       Hint = 'Jump to Page beginning with H'
  159.       BgndColor = clBtnFace
  160.       SelBgndColor = clSilver
  161.       Caption = 'H'
  162.       ParentShowHint = False
  163.       ShowHint = True
  164.       StayDown = True
  165.       TabOrder = 7
  166.       OnClick = A_BtnClick
  167.     end
  168.     object I_Btn: TColorButton
  169.       Left = 0
  170.       Top = 120
  171.       Width = 24
  172.       Height = 15
  173.       Hint = 'Jump to Page beginning with I'
  174.       BgndColor = clBtnFace
  175.       SelBgndColor = clSilver
  176.       Caption = 'I'
  177.       ParentShowHint = False
  178.       ShowHint = True
  179.       StayDown = True
  180.       TabOrder = 8
  181.       OnClick = A_BtnClick
  182.     end
  183.     object J_Btn: TColorButton
  184.       Left = 0
  185.       Top = 135
  186.       Width = 24
  187.       Height = 15
  188.       Hint = 'Jump to Page beginning with J'
  189.       BgndColor = clBtnFace
  190.       SelBgndColor = clSilver
  191.       Caption = 'J'
  192.       ParentShowHint = False
  193.       ShowHint = True
  194.       StayDown = True
  195.       TabOrder = 9
  196.       OnClick = A_BtnClick
  197.     end
  198.     object K_Btn: TColorButton
  199.       Left = 0
  200.       Top = 150
  201.       Width = 24
  202.       Height = 15
  203.       Hint = 'Jump to Page beginning with K'
  204.       BgndColor = clBtnFace
  205.       SelBgndColor = clSilver
  206.       Caption = 'K'
  207.       ParentShowHint = False
  208.       ShowHint = True
  209.       StayDown = True
  210.       TabOrder = 10
  211.       OnClick = A_BtnClick
  212.     end
  213.     object L_Btn: TColorButton
  214.       Left = 0
  215.       Top = 165
  216.       Width = 24
  217.       Height = 15
  218.       Hint = 'Jump to Page beginning with L'
  219.       BgndColor = clBtnFace
  220.       SelBgndColor = clSilver
  221.       Caption = 'L'
  222.       ParentShowHint = False
  223.       ShowHint = True
  224.       StayDown = True
  225.       TabOrder = 11
  226.       OnClick = A_BtnClick
  227.     end
  228.     object M_Btn: TColorButton
  229.       Left = 0
  230.       Top = 180
  231.       Width = 24
  232.       Height = 15
  233.       Hint = 'Jump to Page beginning with M'
  234.       BgndColor = clBtnFace
  235.       SelBgndColor = clSilver
  236.       Caption = 'M'
  237.       ParentShowHint = False
  238.       ShowHint = True
  239.       StayDown = True
  240.       TabOrder = 12
  241.       OnClick = A_BtnClick
  242.     end
  243.     object N_Btn: TColorButton
  244.       Left = 0
  245.       Top = 195
  246.       Width = 24
  247.       Height = 15
  248.       Hint = 'Jump to Page beginning with N'
  249.       BgndColor = clBtnFace
  250.       SelBgndColor = clSilver
  251.       Caption = 'N'
  252.       ParentShowHint = False
  253.       ShowHint = True
  254.       StayDown = True
  255.       TabOrder = 13
  256.       OnClick = A_BtnClick
  257.     end
  258.     object O_Btn: TColorButton
  259.       Left = 0
  260.       Top = 210
  261.       Width = 24
  262.       Height = 15
  263.       Hint = 'Jump to Page beginning with O'
  264.       BgndColor = clBtnFace
  265.       SelBgndColor = clSilver
  266.       Caption = 'O'
  267.       ParentShowHint = False
  268.       ShowHint = True
  269.       StayDown = True
  270.       TabOrder = 14
  271.       OnClick = A_BtnClick
  272.     end
  273.     object P_Btn: TColorButton
  274.       Left = 0
  275.       Top = 225
  276.       Width = 24
  277.       Height = 15
  278.       Hint = 'Jump to Page beginning with P'
  279.       BgndColor = clBtnFace
  280.       SelBgndColor = clSilver
  281.       Caption = 'P'
  282.       ParentShowHint = False
  283.       ShowHint = True
  284.       StayDown = True
  285.       TabOrder = 15
  286.       OnClick = A_BtnClick
  287.     end
  288.     object Q_Btn: TColorButton
  289.       Left = 0
  290.       Top = 240
  291.       Width = 24
  292.       Height = 15
  293.       Hint = 'Jump to Page beginning with Q'
  294.       BgndColor = clBtnFace
  295.       SelBgndColor = clSilver
  296.       Caption = 'Q'
  297.       ParentShowHint = False
  298.       ShowHint = True
  299.       StayDown = True
  300.       TabOrder = 16
  301.       OnClick = A_BtnClick
  302.     end
  303.     object R_Btn: TColorButton
  304.       Left = 0
  305.       Top = 255
  306.       Width = 24
  307.       Height = 15
  308.       Hint = 'Jump to Page beginning with R'
  309.       BgndColor = clBtnFace
  310.       SelBgndColor = clSilver
  311.       Caption = 'R'
  312.       ParentShowHint = False
  313.       ShowHint = True
  314.       StayDown = True
  315.       TabOrder = 17
  316.       OnClick = A_BtnClick
  317.     end
  318.     object S_Btn: TColorButton
  319.       Left = 0
  320.       Top = 270
  321.       Width = 24
  322.       Height = 15
  323.       Hint = 'Jump to Page beginning with S'
  324.       BgndColor = clBtnFace
  325.       SelBgndColor = clSilver
  326.       Caption = 'S'
  327.       ParentShowHint = False
  328.       ShowHint = True
  329.       StayDown = True
  330.       TabOrder = 18
  331.       OnClick = A_BtnClick
  332.     end
  333.     object T_Btn: TColorButton
  334.       Left = 0
  335.       Top = 285
  336.       Width = 24
  337.       Height = 15
  338.       Hint = 'Jump to Page beginning with T'
  339.       BgndColor = clBtnFace
  340.       SelBgndColor = clSilver
  341.       Caption = 'T'
  342.       ParentShowHint = False
  343.       ShowHint = True
  344.       StayDown = True
  345.       TabOrder = 19
  346.       OnClick = A_BtnClick
  347.     end
  348.     object U_Btn: TColorButton
  349.       Left = 0
  350.       Top = 300
  351.       Width = 24
  352.       Height = 15
  353.       Hint = 'Jump to Page beginning with U'
  354.       BgndColor = clBtnFace
  355.       SelBgndColor = clSilver
  356.       Caption = 'U'
  357.       ParentShowHint = False
  358.       ShowHint = True
  359.       StayDown = True
  360.       TabOrder = 20
  361.       OnClick = A_BtnClick
  362.     end
  363.     object V_Btn: TColorButton
  364.       Left = 0
  365.       Top = 315
  366.       Width = 24
  367.       Height = 15
  368.       Hint = 'Jump to Page beginning with V'
  369.       BgndColor = clBtnFace
  370.       SelBgndColor = clSilver
  371.       Caption = 'V'
  372.       ParentShowHint = False
  373.       ShowHint = True
  374.       StayDown = True
  375.       TabOrder = 21
  376.       OnClick = A_BtnClick
  377.     end
  378.     object W_Btn: TColorButton
  379.       Left = 0
  380.       Top = 330
  381.       Width = 24
  382.       Height = 15
  383.       Hint = 'Jump to Page beginning with W'
  384.       BgndColor = clBtnFace
  385.       SelBgndColor = clSilver
  386.       Caption = 'W'
  387.       ParentShowHint = False
  388.       ShowHint = True
  389.       StayDown = True
  390.       TabOrder = 22
  391.       OnClick = A_BtnClick
  392.     end
  393.     object X_Btn: TColorButton
  394.       Left = 0
  395.       Top = 345
  396.       Width = 24
  397.       Height = 15
  398.       Hint = 'Jump to Page beginning with X'
  399.       BgndColor = clBtnFace
  400.       SelBgndColor = clSilver
  401.       Caption = 'X'
  402.       ParentShowHint = False
  403.       ShowHint = True
  404.       StayDown = True
  405.       TabOrder = 23
  406.       OnClick = A_BtnClick
  407.     end
  408.     object Y_Btn: TColorButton
  409.       Left = 0
  410.       Top = 360
  411.       Width = 24
  412.       Height = 15
  413.       Hint = 'Jump to Page beginning with Y'
  414.       BgndColor = clBtnFace
  415.       SelBgndColor = clSilver
  416.       Caption = 'Y'
  417.       ParentShowHint = False
  418.       ShowHint = True
  419.       StayDown = True
  420.       TabOrder = 24
  421.       OnClick = A_BtnClick
  422.     end
  423.     object Z_Btn: TColorButton
  424.       Left = 0
  425.       Top = 375
  426.       Width = 24
  427.       Height = 15
  428.       Hint = 'Jump to Page beginning with Z'
  429.       BgndColor = clBtnFace
  430.       SelBgndColor = clSilver
  431.       Caption = 'Z'
  432.       ParentShowHint = False
  433.       ShowHint = True
  434.       StayDown = True
  435.       TabOrder = 25
  436.       OnClick = A_BtnClick
  437.     end
  438.   end
  439.   object PgLeft: TPanel
  440.     Left = 8
  441.     Top = 0
  442.     Width = 272
  443.     Height = 390
  444.     BevelOuter = bvNone
  445.     Color = clSilver
  446.     Font.Color = clWindowText
  447.     Font.Height = -13
  448.     Font.Name = 'System'
  449.     Font.Style = []
  450.     ParentFont = False
  451.     PopupMenu = PopupMenu1
  452.     TabOrder = 0
  453.     object Notebook1: TNotebook
  454.       Left = 0
  455.       Top = 14
  456.       Width = 272
  457.       Height = 326
  458.       Align = alClient
  459.       TabOrder = 0
  460.       object TPage
  461.         Left = 0
  462.         Top = 0
  463.         Caption = 'Page 1'
  464.         object PgL1: TPanel
  465.           Left = 0
  466.           Top = 0
  467.           Width = 272
  468.           Height = 326
  469.           Align = alClient
  470.           BevelInner = bvLowered
  471.           Ctl3D = True
  472.           Font.Color = clBlack
  473.           Font.Height = -13
  474.           Font.Name = 'Arial'
  475.           Font.Style = [fsBold]
  476.           ParentColor = True
  477.           ParentCtl3D = False
  478.           ParentFont = False
  479.           TabOrder = 0
  480.           object Label_L0: TLabel
  481.             Tag = 1
  482.             Left = 8
  483.             Top = 3
  484.             Width = 26
  485.             Height = 16
  486.             Caption = 'Title:'
  487.             Font.Color = clBlack
  488.             Font.Height = -12
  489.             Font.Name = 'Arial'
  490.             Font.Style = []
  491.             ParentFont = False
  492.           end
  493.           object Label_L1: TLabel
  494.             Tag = 2
  495.             Left = 3
  496.             Top = 54
  497.             Width = 72
  498.             Height = 15
  499.             Alignment = taRightJustify
  500.             AutoSize = False
  501.             Caption = 'Address:'
  502.             Font.Color = clBlack
  503.             Font.Height = -12
  504.             Font.Name = 'Arial'
  505.             Font.Style = []
  506.             ParentFont = False
  507.           end
  508.           object Label_L2: TLabel
  509.             Tag = 3
  510.             Left = 3
  511.             Top = 83
  512.             Width = 72
  513.             Height = 15
  514.             Alignment = taRightJustify
  515.             AutoSize = False
  516.             Caption = 'Category 1:'
  517.             Font.Color = clBlack
  518.             Font.Height = -12
  519.             Font.Name = 'Arial'
  520.             Font.Style = []
  521.             ParentFont = False
  522.           end
  523.           object Label_L3: TLabel
  524.             Tag = 4
  525.             Left = 3
  526.             Top = 113
  527.             Width = 72
  528.             Height = 15
  529.             Alignment = taRightJustify
  530.             AutoSize = False
  531.             Caption = 'Category 2:'
  532.             Font.Color = clBlack
  533.             Font.Height = -12
  534.             Font.Name = 'Arial'
  535.             Font.Style = []
  536.             ParentFont = False
  537.           end
  538.           object Label_L4: TLabel
  539.             Tag = 5
  540.             Left = 3
  541.             Top = 144
  542.             Width = 72
  543.             Height = 15
  544.             Alignment = taRightJustify
  545.             AutoSize = False
  546.             Caption = 'Keywords:'
  547.             Font.Color = clBlack
  548.             Font.Height = -12
  549.             Font.Name = 'Arial'
  550.             Font.Style = []
  551.             ParentFont = False
  552.           end
  553.           object Label_L8: TLabel
  554.             Tag = 9
  555.             Left = 9
  556.             Top = 281
  557.             Width = 39
  558.             Height = 15
  559.             Caption = 'Phone:'
  560.             Font.Color = clBlack
  561.             Font.Height = -12
  562.             Font.Name = 'Arial'
  563.             Font.Style = []
  564.             ParentFont = False
  565.           end
  566.           object Label_L5: TLabel
  567.             Tag = 6
  568.             Left = 3
  569.             Top = 173
  570.             Width = 72
  571.             Height = 15
  572.             Alignment = taRightJustify
  573.             AutoSize = False
  574.             Caption = 'EMail:'
  575.             Font.Color = clBlack
  576.             Font.Height = -12
  577.             Font.Name = 'Arial'
  578.             Font.Style = []
  579.             ParentFont = False
  580.           end
  581.           object Label_L6: TLabel
  582.             Tag = 7
  583.             Left = 7
  584.             Top = 196
  585.             Width = 29
  586.             Height = 15
  587.             Caption = 'Type:'
  588.             Font.Color = clBlack
  589.             Font.Height = -12
  590.             Font.Name = 'Arial'
  591.             Font.Style = []
  592.             ParentFont = False
  593.           end
  594.           object Label_L7: TLabel
  595.             Tag = 8
  596.             Left = 7
  597.             Top = 240
  598.             Width = 29
  599.             Height = 15
  600.             Caption = 'Date:'
  601.             Font.Color = clBlack
  602.             Font.Height = -12
  603.             Font.Name = 'Arial'
  604.             Font.Style = []
  605.             ParentFont = False
  606.           end
  607.           object Label_L9: TLabel
  608.             Tag = 10
  609.             Left = 137
  610.             Top = 197
  611.             Width = 31
  612.             Height = 15
  613.             Caption = 'Logo:'
  614.             Font.Color = clBlack
  615.             Font.Height = -12
  616.             Font.Name = 'Arial'
  617.             Font.Style = []
  618.             ParentFont = False
  619.           end
  620.           object L2: TLookup
  621.             Tag = 3
  622.             Left = 80
  623.             Top = 80
  624.             Width = 185
  625.             Height = 24
  626.             Hint = 'Click On The Down Arrow To See The Choices'
  627.             ItemHeight = 16
  628.             Sorted = True
  629.             TabOrder = 2
  630.             AskUser = False
  631.             Source = 'list1.dbf'
  632.             Twin = R2
  633.           end
  634.           object L3: TLookup
  635.             Tag = 4
  636.             Left = 80
  637.             Top = 110
  638.             Width = 185
  639.             Height = 24
  640.             Hint = 'Click On The Down Arrow To See The Choices'
  641.             ItemHeight = 16
  642.             Sorted = True
  643.             TabOrder = 3
  644.             AskUser = False
  645.             Source = 'list2.dbf'
  646.             Twin = R3
  647.           end
  648.           object L8: TPhoneEdit
  649.             Tag = 9
  650.             Left = 8
  651.             Top = 295
  652.             Width = 122
  653.             Height = 24
  654.             Hint = 'Enter Phone # Here - Digits and Letters Valid'
  655.             AutoSelect = False
  656.             AutoSize = False
  657.             TabOrder = 8
  658.           end
  659.           object L4: TEdit
  660.             Tag = 5
  661.             Left = 80
  662.             Top = 140
  663.             Width = 185
  664.             Height = 24
  665.             Hint = 'Enter Text Here'
  666.             AutoSelect = False
  667.             TabOrder = 4
  668.           end
  669.           object L5: TEdit
  670.             Tag = 6
  671.             Left = 80
  672.             Top = 171
  673.             Width = 185
  674.             Height = 24
  675.             Hint = 'Enter Text Here'
  676.             AutoSelect = False
  677.             TabOrder = 5
  678.           end
  679.           object L6: TLookup
  680.             Tag = 7
  681.             Left = 8
  682.             Top = 212
  683.             Width = 122
  684.             Height = 24
  685.             Hint = 'Click On The Down Arrow To See The Choices'
  686.             ItemHeight = 16
  687.             Sorted = True
  688.             TabOrder = 6
  689.             AskUser = False
  690.             Source = 'list3.dbf'
  691.             Twin = R6
  692.           end
  693.           object L7: TDateEdit
  694.             Tag = 8
  695.             Left = 8
  696.             Top = 254
  697.             Width = 122
  698.             Height = 24
  699.             Hint = 'Enter Date Here'
  700.             DateFormat = 'mm/dd/yyyy'
  701.             Date = '__/__/____'
  702.             MaxLength = 10
  703.             TabOrder = 7
  704.           end
  705.           object L9: TBmpControl
  706.             Tag = 10
  707.             Left = 136
  708.             Top = 211
  709.             Width = 129
  710.             Height = 111
  711.             Hint = 'Graphical Field - Right Mouse Click displays Menu'
  712.             Caption = 'L9'
  713.             TabOrder = 9
  714.             ShowButtons = False
  715.             AutoZoom = True
  716.             Enlarge = False
  717.           end
  718.           object L0: TClickEdit
  719.             Tag = 1
  720.             Left = 8
  721.             Top = 20
  722.             Width = 257
  723.             Height = 24
  724.             Hint = 'Enter Text Here'
  725.             ButtonHint = 'Click To Capture Web Page Title'
  726.             BtnClick = L0BtnClick
  727.             AutoSelect = False
  728.             TabOrder = 0
  729.           end
  730.           object L1: TClickEdit
  731.             Tag = 2
  732.             Left = 80
  733.             Top = 49
  734.             Width = 185
  735.             Height = 24
  736.             Hint = 'Enter Text Here'
  737.             ButtonHint = 'Click To Capture Web Page Address'
  738.             BtnClick = L1BtnClick
  739.             AutoSelect = False
  740.             TabOrder = 1
  741.           end
  742.         end
  743.       end
  744.       object TPage
  745.         Left = 0
  746.         Top = 0
  747.         Caption = 'Page 2'
  748.         object PgL2: TPanel
  749.           Tag = 1
  750.           Left = 0
  751.           Top = 0
  752.           Width = 272
  753.           Height = 326
  754.           Align = alClient
  755.           BevelInner = bvLowered
  756.           Font.Color = clBlack
  757.           Font.Height = -13
  758.           Font.Name = 'Arial'
  759.           Font.Style = [fsBold]
  760.           ParentColor = True
  761.           ParentFont = False
  762.           TabOrder = 0
  763.           object Label_L14: TLabel
  764.             Tag = 15
  765.             Left = 10
  766.             Top = 120
  767.             Width = 66
  768.             Height = 15
  769.             Caption = 'Description:'
  770.             Font.Color = clBlack
  771.             Font.Height = -12
  772.             Font.Name = 'Arial'
  773.             Font.Style = []
  774.             ParentFont = False
  775.           end
  776.           object Label_L10: TLabel
  777.             Tag = 11
  778.             Left = 3
  779.             Top = 11
  780.             Width = 72
  781.             Height = 15
  782.             Alignment = taRightJustify
  783.             AutoSize = False
  784.             Caption = 'User Field 1:'
  785.             Font.Color = clBlack
  786.             Font.Height = -12
  787.             Font.Name = 'Arial'
  788.             Font.Style = []
  789.             ParentFont = False
  790.           end
  791.           object Label_L11: TLabel
  792.             Tag = 12
  793.             Left = 3
  794.             Top = 41
  795.             Width = 72
  796.             Height = 15
  797.             Alignment = taRightJustify
  798.             AutoSize = False
  799.             Caption = 'User Field 2:'
  800.             Font.Color = clBlack
  801.             Font.Height = -12
  802.             Font.Name = 'Arial'
  803.             Font.Style = []
  804.             ParentFont = False
  805.           end
  806.           object Label_L12: TLabel
  807.             Tag = 13
  808.             Left = 3
  809.             Top = 71
  810.             Width = 72
  811.             Height = 15
  812.             Alignment = taRightJustify
  813.             AutoSize = False
  814.             Caption = 'User Field 3:'
  815.             Font.Color = clBlack
  816.             Font.Height = -12
  817.             Font.Name = 'Arial'
  818.             Font.Style = []
  819.             ParentFont = False
  820.           end
  821.           object Label_L13: TLabel
  822.             Tag = 14
  823.             Left = 3
  824.             Top = 101
  825.             Width = 72
  826.             Height = 15
  827.             Alignment = taRightJustify
  828.             AutoSize = False
  829.             Caption = 'User Field 4:'
  830.             Font.Color = clBlack
  831.             Font.Height = -12
  832.             Font.Name = 'Arial'
  833.             Font.Style = []
  834.             ParentFont = False
  835.           end
  836.           object L14: TMemo
  837.             Tag = 15
  838.             Left = 8
  839.             Top = 136
  840.             Width = 257
  841.             Height = 185
  842.             Hint = 'Multi-line Text Field'
  843.             Font.Color = clBlack
  844.             Font.Height = -13
  845.             Font.Name = 'Arial'
  846.             Font.Style = []
  847.             ParentFont = False
  848.             ScrollBars = ssVertical
  849.             TabOrder = 0
  850.           end
  851.           object L10: TEdit
  852.             Tag = 11
  853.             Left = 80
  854.             Top = 8
  855.             Width = 185
  856.             Height = 24
  857.             Hint = 'Enter Text Here'
  858.             AutoSelect = False
  859.             TabOrder = 1
  860.           end
  861.           object L11: TEdit
  862.             Tag = 12
  863.             Left = 80
  864.             Top = 38
  865.             Width = 185
  866.             Height = 24
  867.             Hint = 'Enter Text Here'
  868.             AutoSelect = False
  869.             TabOrder = 2
  870.           end
  871.           object L12: TLookup
  872.             Tag = 13
  873.             Left = 80
  874.             Top = 67
  875.             Width = 185
  876.             Height = 24
  877.             Hint = 'Click On The Down Arrow To See The Choices'
  878.             ItemHeight = 16
  879.             Sorted = True
  880.             TabOrder = 3
  881.             AskUser = False
  882.             Source = 'list4.dbf'
  883.             Twin = R12
  884.           end
  885.           object L13: TLookup
  886.             Tag = 14
  887.             Left = 80
  888.             Top = 97
  889.             Width = 185
  890.             Height = 24
  891.             Hint = 'Click On The Down Arrow To See The Choices'
  892.             ItemHeight = 16
  893.             Sorted = True
  894.             TabOrder = 4
  895.             AskUser = False
  896.             Source = 'list5.dbf'
  897.             Twin = R13
  898.           end
  899.         end
  900.       end
  901.       object TPage
  902.         Left = 0
  903.         Top = 0
  904.         Caption = 'Page 3'
  905.         object PgL3: TPanel
  906.           Tag = 2
  907.           Left = 0
  908.           Top = 0
  909.           Width = 272
  910.           Height = 326
  911.           Align = alClient
  912.           BevelInner = bvLowered
  913.           Font.Color = clBlack
  914.           Font.Height = -13
  915.           Font.Name = 'Arial'
  916.           Font.Style = [fsBold]
  917.           ParentColor = True
  918.           ParentFont = False
  919.           TabOrder = 0
  920.           object TLabel
  921.             Left = 8
  922.             Top = 192
  923.             Width = 4
  924.             Height = 16
  925.           end
  926.           object Label_L15: TLabel
  927.             Tag = 16
  928.             Left = 6
  929.             Top = 2
  930.             Width = 36
  931.             Height = 15
  932.             Caption = 'Notes:'
  933.             Font.Color = clBlack
  934.             Font.Height = -12
  935.             Font.Name = 'Arial'
  936.             Font.Style = []
  937.             ParentFont = False
  938.           end
  939.           object L15: TMemo
  940.             Tag = 16
  941.             Left = 7
  942.             Top = 16
  943.             Width = 257
  944.             Height = 305
  945.             Hint = 'Multi-line Text Field'
  946.             Font.Color = clBlack
  947.             Font.Height = -13
  948.             Font.Name = 'Arial'
  949.             Font.Style = []
  950.             ParentFont = False
  951.             ScrollBars = ssVertical
  952.             TabOrder = 0
  953.           end
  954.         end
  955.       end
  956.       object TPage
  957.         Left = 0
  958.         Top = 0
  959.         Caption = 'Page 4'
  960.         object PgL4: TPanel
  961.           Tag = 2
  962.           Left = 0
  963.           Top = 0
  964.           Width = 272
  965.           Height = 326
  966.           Align = alClient
  967.           BevelInner = bvLowered
  968.           Font.Color = clBlack
  969.           Font.Height = -13
  970.           Font.Name = 'Arial'
  971.           Font.Style = [fsBold]
  972.           ParentColor = True
  973.           ParentFont = False
  974.           TabOrder = 0
  975.           object TLabel
  976.             Left = 8
  977.             Top = 192
  978.             Width = 4
  979.             Height = 16
  980.           end
  981.           object Label_L16: TLabel
  982.             Tag = 17
  983.             Left = 6
  984.             Top = 2
  985.             Width = 41
  986.             Height = 15
  987.             Caption = 'Picture:'
  988.             Font.Color = clBlack
  989.             Font.Height = -12
  990.             Font.Name = 'Arial'
  991.             Font.Style = []
  992.             ParentFont = False
  993.           end
  994.           object L16: TBmpControl
  995.             Tag = 17
  996.             Left = 8
  997.             Top = 16
  998.             Width = 257
  999.             Height = 305
  1000.             Hint = 'Graphical Field - Right Mouse Click displays Menu'
  1001.             TabOrder = 0
  1002.             ShowButtons = True
  1003.           end
  1004.         end
  1005.       end
  1006.     end
  1007.     object Panel1: TPanel
  1008.       Left = 0
  1009.       Top = 340
  1010.       Width = 272
  1011.       Height = 30
  1012.       Align = alBottom
  1013.       BevelInner = bvLowered
  1014.       ParentColor = True
  1015.       TabOrder = 1
  1016.       object PgL_Lbl: TLabel
  1017.         Tag = -1
  1018.         Left = 2
  1019.         Top = 11
  1020.         Width = 38
  1021.         Height = 14
  1022.         AutoSize = False
  1023.         Caption = '999999'
  1024.         Color = clYellow
  1025.         Font.Color = clBlack
  1026.         Font.Height = -11
  1027.         Font.Name = 'Arial'
  1028.         Font.Style = []
  1029.         ParentColor = False
  1030.         ParentFont = False
  1031.       end
  1032.       object B_First: TBitBtn
  1033.         Left = 41
  1034.         Top = 3
  1035.         Width = 24
  1036.         Height = 23
  1037.         Hint = 'GoTo First Page [Ctrl+Home]'
  1038.         Font.Color = clBlack
  1039.         Font.Height = -11
  1040.         Font.Name = 'Arial'
  1041.         Font.Style = [fsBold]
  1042.         ParentFont = False
  1043.         ParentShowHint = False
  1044.         ShowHint = True
  1045.         TabOrder = 0
  1046.         OnClick = B_FirstClick
  1047.         Glyph.Data = {
  1048.           78010000424D7801000000000000760000002800000020000000100000000100
  1049.           04000000000000000000120B0000120B00000000000000000000000000000000
  1050.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1051.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1052.           33333333333333333333333333333333333333333333333333FF333333333333
  1053.           3000333333FFFFF3F77733333000003000B033333777773777F733330BFBFB00
  1054.           E00033337FFF3377F7773333000FBFB0E000333377733337F7773330FBFBFBF0
  1055.           E00033F7FFFF3337F7773000000FBFB0E000377777733337F7770BFBFBFBFBF0
  1056.           E00073FFFFFFFF37F777300000000FB0E000377777777337F7773333330BFB00
  1057.           000033333373FF77777733333330003333333333333777333333333333333333
  1058.           3333333333333333333333333333333333333333333333333333333333333333
  1059.           33333333333333333333333333333333333333333333333333330000}
  1060.         NumGlyphs = 2
  1061.       end
  1062.       object B_PgUp: TBitBtn
  1063.         Left = 64
  1064.         Top = 3
  1065.         Width = 24
  1066.         Height = 23
  1067.         Hint = 'GoTo Previous Page [Ctrl+PgUp]'
  1068.         Font.Color = clBlack
  1069.         Font.Height = -11
  1070.         Font.Name = 'Arial'
  1071.         Font.Style = [fsBold]
  1072.         ParentFont = False
  1073.         ParentShowHint = False
  1074.         ShowHint = True
  1075.         TabOrder = 1
  1076.         OnClick = B_PgUpClick
  1077.         Glyph.Data = {
  1078.           78010000424D7801000000000000760000002800000020000000100000000100
  1079.           04000000000000000000120B0000120B00000000000000000000000000000000
  1080.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1081.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1082.           33333333333333333333333333333333333333333333333333FF333333333333
  1083.           3000333333FFFFF3F77733333000003000B033333777773777F733330BFBFB00
  1084.           E00033337FFF3377F7773333000FBFB0E000333377733337F7773330FBFBFBF0
  1085.           E00033F7FFFF3337F7773000000FBFB0E000377777733337F7770BFBFBFBFBF0
  1086.           E00073FFFFFFFF37F777300000000FB0E000377777777337F7773333330BFB00
  1087.           000033333373FF77777733333330003333333333333777333333333333333333
  1088.           3333333333333333333333333333333333333333333333333333333333333333
  1089.           33333333333333333333333333333333333333333333333333330000}
  1090.         NumGlyphs = 2
  1091.       end
  1092.       object B_LUndo: TBitBtn
  1093.         Left = 197
  1094.         Top = 3
  1095.         Width = 24
  1096.         Height = 23
  1097.         Hint = 'Undo Changes To Left Record [Ctrl+U]'
  1098.         Font.Color = clBlack
  1099.         Font.Height = -11
  1100.         Font.Name = 'Arial'
  1101.         Font.Style = []
  1102.         ParentFont = False
  1103.         ParentShowHint = False
  1104.         ShowHint = True
  1105.         TabOrder = 6
  1106.         TabStop = False
  1107.         OnClick = L_UndoClick
  1108.         Glyph.Data = {
  1109.           76010000424D7601000000000000760000002800000020000000100000000100
  1110.           04000000000000010000130B0000130B00000000000000000000000000000000
  1111.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1112.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1113.           3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  1114.           3333333777333777FF33339993707399933333773337F3777FF3399933000339
  1115.           9933377333777F3377F3399333707333993337733337333337FF993333333333
  1116.           399377F33333F333377F993333303333399377F33337FF333373993333707333
  1117.           333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  1118.           999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  1119.           99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  1120.           3393333777333777337333333999993333333333377777333333}
  1121.         NumGlyphs = 2
  1122.       end
  1123.       object B_LPaste: TBitBtn
  1124.         Left = 151
  1125.         Top = 3
  1126.         Width = 24
  1127.         Height = 23
  1128.         Hint = 'Paste From Copy Buffer To Left Record [Ctrl+P]'
  1129.         Font.Color = clBlack
  1130.         Font.Height = -11
  1131.         Font.Name = 'Arial'
  1132.         Font.Style = []
  1133.         ParentFont = False
  1134.         ParentShowHint = False
  1135.         ShowHint = True
  1136.         TabOrder = 4
  1137.         TabStop = False
  1138.         OnClick = B_LPasteClick
  1139.         Glyph.Data = {
  1140.           76010000424D7601000000000000760000002800000020000000100000000100
  1141.           04000000000000010000130B0000130B00000000000000000000000000000000
  1142.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1143.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330FFFFF
  1144.           FFF03333337F3FFFF3F73333330F0000F0F03333337F777737373333330FFFFF
  1145.           FFF033FFFF7FFF33FFF77000000007F00000377777777FF777770BBBBBBBB0F0
  1146.           FF037777777777F7F3730B77777BB0F0F0337777777777F7F7330B7FFFFFB0F0
  1147.           0333777F333377F77F330B7FFFFFB0009333777F333377777FF30B7FFFFFB039
  1148.           9933777F333377F777FF0B7FFFFFB0999993777F33337777777F0B7FFFFFB999
  1149.           9999777F3333777777770B7FFFFFB0399933777FFFFF77F777F3070077007039
  1150.           99337777777777F777F30B770077B039993377FFFFFF77F777330BB7007BB999
  1151.           93337777FF777777733370000000073333333777777773333333}
  1152.         NumGlyphs = 2
  1153.       end
  1154.       object B_LCopy: TBitBtn
  1155.         Left = 174
  1156.         Top = 3
  1157.         Width = 24
  1158.         Height = 23
  1159.         Hint = 'Copy Left Record To Copy Buffer [Ctrl+O]'
  1160.         Font.Color = clBlack
  1161.         Font.Height = -11
  1162.         Font.Name = 'Arial'
  1163.         Font.Style = []
  1164.         ParentFont = False
  1165.         ParentShowHint = False
  1166.         ShowHint = True
  1167.         TabOrder = 5
  1168.         TabStop = False
  1169.         OnClick = B_LCopyClick
  1170.         Glyph.Data = {
  1171.           76010000424D7601000000000000760000002800000020000000100000000100
  1172.           04000000000000010000130B0000130B00000000000000000000000000000000
  1173.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1174.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF
  1175.           FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF
  1176.           FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077
  1177.           007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000
  1178.           7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039
  1179.           99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999
  1180.           99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  1181.           99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  1182.           93337FFFF7737777733300000033333333337777773333333333}
  1183.         NumGlyphs = 2
  1184.       end
  1185.       object B_LDelete: TBitBtn
  1186.         Left = 220
  1187.         Top = 3
  1188.         Width = 24
  1189.         Height = 23
  1190.         Hint = 'Delete Left Record [Ctrl+Delete]'
  1191.         Font.Color = clBlack
  1192.         Font.Height = -11
  1193.         Font.Name = 'Arial'
  1194.         Font.Style = []
  1195.         ParentFont = False
  1196.         ParentShowHint = False
  1197.         ShowHint = True
  1198.         TabOrder = 7
  1199.         TabStop = False
  1200.         OnClick = B_LDeleteClick
  1201.         Glyph.Data = {
  1202.           78010000424D7801000000000000760000002800000020000000100000000100
  1203.           04000000000000000000120B0000120B00000000000000000000000000000000
  1204.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1205.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  1206.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  1207.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  1208.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  1209.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  1210.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  1211.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  1212.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  1213.           3333333337FFF7F33333333330000033333333333777773333330000}
  1214.         NumGlyphs = 2
  1215.       end
  1216.       object B_LPrint: TBitBtn
  1217.         Left = 243
  1218.         Top = 3
  1219.         Width = 24
  1220.         Height = 23
  1221.         Hint = 'Print Left Record [Ctrl+R]'
  1222.         Font.Color = clBlack
  1223.         Font.Height = -11
  1224.         Font.Name = 'Arial'
  1225.         Font.Style = []
  1226.         ParentFont = False
  1227.         ParentShowHint = False
  1228.         ShowHint = True
  1229.         TabOrder = 8
  1230.         TabStop = False
  1231.         OnClick = B_LPrintClick
  1232.         Glyph.Data = {
  1233.           78010000424D7801000000000000760000002800000020000000100000000100
  1234.           04000000000000000000120B0000120B00000000000000000000000000000000
  1235.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1236.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  1237.           0003377777777777777308888888888888807F33333333333337088888888888
  1238.           88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  1239.           8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  1240.           8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  1241.           03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  1242.           03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  1243.           33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  1244.           33333337FFFF77333333333000000333333333377777733333330000}
  1245.         NumGlyphs = 2
  1246.       end
  1247.       object B_LCapture: TBitBtn
  1248.         Left = 120
  1249.         Top = 3
  1250.         Width = 24
  1251.         Height = 23
  1252.         Hint = 'Capture Web Page Into New Record [Ctrl+W]'
  1253.         Font.Color = clBlack
  1254.         Font.Height = -11
  1255.         Font.Name = 'Arial'
  1256.         Font.Style = []
  1257.         ParentFont = False
  1258.         ParentShowHint = False
  1259.         ShowHint = True
  1260.         TabOrder = 3
  1261.         TabStop = False
  1262.         OnClick = B_LCaptureClick
  1263.         Glyph.Data = {
  1264.           76010000424D7601000000000000760000002800000020000000100000000100
  1265.           04000000000000010000130B0000130B00000000000000000000000000000000
  1266.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1267.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1268.           33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  1269.           FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  1270.           00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  1271.           F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  1272.           00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  1273.           F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  1274.           3333777777777777333333399033333333333337773333333333333903333333
  1275.           3333333773333333333333303333333333333337333333333333}
  1276.         NumGlyphs = 2
  1277.       end
  1278.       object B_LGo: TBitBtn
  1279.         Left = 97
  1280.         Top = 3
  1281.         Width = 24
  1282.         Height = 23
  1283.         Hint = 'Go To Web Page [Ctrl+G]'
  1284.         Font.Color = clBlack
  1285.         Font.Height = -11
  1286.         Font.Name = 'Arial'
  1287.         Font.Style = []
  1288.         ParentFont = False
  1289.         ParentShowHint = False
  1290.         ShowHint = True
  1291.         TabOrder = 2
  1292.         TabStop = False
  1293.         OnClick = B_LGoClick
  1294.         Glyph.Data = {
  1295.           78010000424D7801000000000000760000002800000020000000100000000100
  1296.           04000000000000000000120B0000120B00000000000000000000000000000000
  1297.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1298.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  1299.           5555555555FFFFF555555555544C4C5555555555F777775FF5555554C444C444
  1300.           5555555775FF55775F55554C4334444445555575577F55557FF554C4C334C4C4
  1301.           335557F5577FF55577F554CCC3334444335557555777F555775FCCCCC333CCC4
  1302.           C4457F55F777F555557F4CC33333CCC444C57F577777F5F5557FC4333333C3C4
  1303.           CCC57F777777F7FF557F4CC33333333C4C457F577777777F557FCCC33CC4333C
  1304.           C4C575F7755F777FF5755CCCCC3333334C5557F5FF777777F7F554C333333333
  1305.           CC55575777777777F755553333CC3C33C555557777557577755555533CC4C4CC
  1306.           5555555775FFFF77555555555C4CCC55555555555777775555550000}
  1307.         NumGlyphs = 2
  1308.       end
  1309.     end
  1310.     object TabSet2: TTabSet
  1311.       Left = 0
  1312.       Top = 370
  1313.       Width = 272
  1314.       Height = 20
  1315.       Hint = 'Select Part of the Record [Ctrl+#]'
  1316.       Align = alBottom
  1317.       BackgroundColor = clSilver
  1318.       DitherBackground = False
  1319.       Font.Color = clBlack
  1320.       Font.Height = -11
  1321.       Font.Name = 'Arial'
  1322.       Font.Style = []
  1323.       Tabs.Strings = (
  1324.         'Part 1'
  1325.         'Part 2'
  1326.         'Part 3'
  1327.         'Part 4')
  1328.       TabIndex = 0
  1329.       OnClick = TabSet2Click
  1330.     end
  1331.     object LStatus: TPanel
  1332.       Left = 0
  1333.       Top = 0
  1334.       Width = 272
  1335.       Height = 14
  1336.       Align = alTop
  1337.       BevelInner = bvLowered
  1338.       Caption = 'Read/Write Access'
  1339.       Font.Color = clBlack
  1340.       Font.Height = -11
  1341.       Font.Name = 'Arial'
  1342.       Font.Style = []
  1343.       ParentColor = True
  1344.       ParentFont = False
  1345.       TabOrder = 3
  1346.     end
  1347.   end
  1348.   object PgRight: TPanel
  1349.     Left = 304
  1350.     Top = 0
  1351.     Width = 272
  1352.     Height = 390
  1353.     BevelOuter = bvNone
  1354.     Color = clSilver
  1355.     Font.Color = clWindowText
  1356.     Font.Height = -13
  1357.     Font.Name = 'System'
  1358.     Font.Style = []
  1359.     ParentFont = False
  1360.     PopupMenu = PopupMenu2
  1361.     TabOrder = 1
  1362.     object Notebook2: TNotebook
  1363.       Left = 0
  1364.       Top = 14
  1365.       Width = 272
  1366.       Height = 326
  1367.       Align = alClient
  1368.       TabOrder = 0
  1369.       object TPage
  1370.         Left = 0
  1371.         Top = 0
  1372.         Caption = 'Page 1'
  1373.         object PgR1: TPanel
  1374.           Left = 0
  1375.           Top = 0
  1376.           Width = 272
  1377.           Height = 326
  1378.           Align = alClient
  1379.           BevelInner = bvLowered
  1380.           Ctl3D = True
  1381.           Font.Color = clBlack
  1382.           Font.Height = -13
  1383.           Font.Name = 'Arial'
  1384.           Font.Style = [fsBold]
  1385.           ParentColor = True
  1386.           ParentCtl3D = False
  1387.           ParentFont = False
  1388.           TabOrder = 0
  1389.           object Label_R0: TLabel
  1390.             Tag = 1
  1391.             Left = 8
  1392.             Top = 3
  1393.             Width = 26
  1394.             Height = 16
  1395.             Caption = 'Title:'
  1396.             Font.Color = clBlack
  1397.             Font.Height = -12
  1398.             Font.Name = 'Arial'
  1399.             Font.Style = []
  1400.             ParentFont = False
  1401.           end
  1402.           object Label_R1: TLabel
  1403.             Tag = 2
  1404.             Left = 3
  1405.             Top = 54
  1406.             Width = 72
  1407.             Height = 15
  1408.             Alignment = taRightJustify
  1409.             AutoSize = False
  1410.             Caption = 'Address:'
  1411.             Font.Color = clBlack
  1412.             Font.Height = -12
  1413.             Font.Name = 'Arial'
  1414.             Font.Style = []
  1415.             ParentFont = False
  1416.           end
  1417.           object Label_R2: TLabel
  1418.             Tag = 3
  1419.             Left = 3
  1420.             Top = 83
  1421.             Width = 72
  1422.             Height = 15
  1423.             Alignment = taRightJustify
  1424.             AutoSize = False
  1425.             Caption = 'Category 1:'
  1426.             Font.Color = clBlack
  1427.             Font.Height = -12
  1428.             Font.Name = 'Arial'
  1429.             Font.Style = []
  1430.             ParentFont = False
  1431.           end
  1432.           object Label_R3: TLabel
  1433.             Tag = 4
  1434.             Left = 3
  1435.             Top = 113
  1436.             Width = 72
  1437.             Height = 15
  1438.             Alignment = taRightJustify
  1439.             AutoSize = False
  1440.             Caption = 'Category 2:'
  1441.             Font.Color = clBlack
  1442.             Font.Height = -12
  1443.             Font.Name = 'Arial'
  1444.             Font.Style = []
  1445.             ParentFont = False
  1446.           end
  1447.           object Label_R4: TLabel
  1448.             Tag = 5
  1449.             Left = 3
  1450.             Top = 144
  1451.             Width = 72
  1452.             Height = 15
  1453.             Alignment = taRightJustify
  1454.             AutoSize = False
  1455.             Caption = 'Keywords:'
  1456.             Font.Color = clBlack
  1457.             Font.Height = -12
  1458.             Font.Name = 'Arial'
  1459.             Font.Style = []
  1460.             ParentFont = False
  1461.           end
  1462.           object Label_R5: TLabel
  1463.             Tag = 6
  1464.             Left = 3
  1465.             Top = 173
  1466.             Width = 72
  1467.             Height = 15
  1468.             Alignment = taRightJustify
  1469.             AutoSize = False
  1470.             Caption = 'EMail:'
  1471.             Font.Color = clBlack
  1472.             Font.Height = -12
  1473.             Font.Name = 'Arial'
  1474.             Font.Style = []
  1475.             ParentFont = False
  1476.           end
  1477.           object Label_R6: TLabel
  1478.             Tag = 7
  1479.             Left = 7
  1480.             Top = 196
  1481.             Width = 29
  1482.             Height = 15
  1483.             Caption = 'Type:'
  1484.             Font.Color = clBlack
  1485.             Font.Height = -12
  1486.             Font.Name = 'Arial'
  1487.             Font.Style = []
  1488.             ParentFont = False
  1489.           end
  1490.           object Label_R7: TLabel
  1491.             Tag = 8
  1492.             Left = 7
  1493.             Top = 240
  1494.             Width = 29
  1495.             Height = 15
  1496.             Caption = 'Date:'
  1497.             Font.Color = clBlack
  1498.             Font.Height = -12
  1499.             Font.Name = 'Arial'
  1500.             Font.Style = []
  1501.             ParentFont = False
  1502.           end
  1503.           object Label_R8: TLabel
  1504.             Tag = 9
  1505.             Left = 9
  1506.             Top = 281
  1507.             Width = 39
  1508.             Height = 15
  1509.             Caption = 'Phone:'
  1510.             Font.Color = clBlack
  1511.             Font.Height = -12
  1512.             Font.Name = 'Arial'
  1513.             Font.Style = []
  1514.             ParentFont = False
  1515.           end
  1516.           object Label_R9: TLabel
  1517.             Tag = 10
  1518.             Left = 137
  1519.             Top = 197
  1520.             Width = 31
  1521.             Height = 15
  1522.             Caption = 'Logo:'
  1523.             Font.Color = clBlack
  1524.             Font.Height = -12
  1525.             Font.Name = 'Arial'
  1526.             Font.Style = []
  1527.             ParentFont = False
  1528.           end
  1529.           object R2: TLookup
  1530.             Tag = 3
  1531.             Left = 80
  1532.             Top = 80
  1533.             Width = 185
  1534.             Height = 24
  1535.             Hint = 'Click On The Down Arrow To See The Choices'
  1536.             ItemHeight = 16
  1537.             Sorted = True
  1538.             TabOrder = 2
  1539.             AskUser = False
  1540.             Source = 'list1.dbf'
  1541.             Twin = L2
  1542.           end
  1543.           object R3: TLookup
  1544.             Tag = 4
  1545.             Left = 80
  1546.             Top = 110
  1547.             Width = 185
  1548.             Height = 24
  1549.             Hint = 'Click On The Down Arrow To See The Choices'
  1550.             ItemHeight = 16
  1551.             Sorted = True
  1552.             TabOrder = 3
  1553.             AskUser = False
  1554.             Source = 'list2.dbf'
  1555.             Twin = L3
  1556.           end
  1557.           object R4: TEdit
  1558.             Tag = 5
  1559.             Left = 80
  1560.             Top = 140
  1561.             Width = 185
  1562.             Height = 24
  1563.             Hint = 'Enter Text Here'
  1564.             AutoSelect = False
  1565.             TabOrder = 4
  1566.           end
  1567.           object R5: TEdit
  1568.             Tag = 6
  1569.             Left = 80
  1570.             Top = 171
  1571.             Width = 185
  1572.             Height = 24
  1573.             Hint = 'Enter Text Here'
  1574.             AutoSelect = False
  1575.             TabOrder = 5
  1576.           end
  1577.           object R6: TLookup
  1578.             Tag = 7
  1579.             Left = 8
  1580.             Top = 212
  1581.             Width = 122
  1582.             Height = 24
  1583.             Hint = 'Click On The Down Arrow To See The Choices'
  1584.             ItemHeight = 16
  1585.             Sorted = True
  1586.             TabOrder = 6
  1587.             AskUser = False
  1588.             Source = 'list3.dbf'
  1589.             Twin = L6
  1590.           end
  1591.           object R7: TDateEdit
  1592.             Tag = 8
  1593.             Left = 8
  1594.             Top = 254
  1595.             Width = 122
  1596.             Height = 24
  1597.             Hint = 'Enter Date Here'
  1598.             DateFormat = 'mm/dd/yyyy'
  1599.             Date = '__/__/____'
  1600.             MaxLength = 10
  1601.             TabOrder = 7
  1602.           end
  1603.           object R8: TPhoneEdit
  1604.             Tag = 9
  1605.             Left = 8
  1606.             Top = 295
  1607.             Width = 122
  1608.             Height = 24
  1609.             Hint = 'Enter Phone # Here - Digits and Letters Valid'
  1610.             AutoSelect = False
  1611.             AutoSize = False
  1612.             TabOrder = 8
  1613.           end
  1614.           object R9: TBmpControl
  1615.             Tag = 10
  1616.             Left = 136
  1617.             Top = 211
  1618.             Width = 129
  1619.             Height = 111
  1620.             Hint = 'Graphical Field - Right Mouse Click displays Menu'
  1621.             Caption = 'L9'
  1622.             TabOrder = 9
  1623.             ShowButtons = False
  1624.             AutoZoom = True
  1625.             Enlarge = False
  1626.           end
  1627.           object R0: TClickEdit
  1628.             Tag = 1
  1629.             Left = 8
  1630.             Top = 20
  1631.             Width = 257
  1632.             Height = 24
  1633.             Hint = 'Enter Text Here'
  1634.             ButtonHint = 'Click To Capture Web Page Title'
  1635.             BtnClick = R0BtnClick
  1636.             AutoSelect = False
  1637.             TabOrder = 0
  1638.           end
  1639.           object R1: TClickEdit
  1640.             Tag = 2
  1641.             Left = 80
  1642.             Top = 49
  1643.             Width = 185
  1644.             Height = 24
  1645.             Hint = 'Enter Text Here'
  1646.             ButtonHint = 'Click To Capture Web Page Address'
  1647.             BtnClick = R1BtnClick
  1648.             AutoSelect = False
  1649.             TabOrder = 1
  1650.           end
  1651.         end
  1652.       end
  1653.       object TPage
  1654.         Left = 0
  1655.         Top = 0
  1656.         Caption = 'Page 2'
  1657.         object PgR2: TPanel
  1658.           Tag = 1
  1659.           Left = 0
  1660.           Top = 0
  1661.           Width = 272
  1662.           Height = 326
  1663.           Align = alClient
  1664.           BevelInner = bvLowered
  1665.           Font.Color = clBlack
  1666.           Font.Height = -13
  1667.           Font.Name = 'Arial'
  1668.           Font.Style = [fsBold]
  1669.           ParentColor = True
  1670.           ParentFont = False
  1671.           TabOrder = 0
  1672.           object Label_R10: TLabel
  1673.             Tag = 11
  1674.             Left = 3
  1675.             Top = 11
  1676.             Width = 72
  1677.             Height = 15
  1678.             Alignment = taRightJustify
  1679.             AutoSize = False
  1680.             Caption = 'User Field 1:'
  1681.             Font.Color = clBlack
  1682.             Font.Height = -12
  1683.             Font.Name = 'Arial'
  1684.             Font.Style = []
  1685.             ParentFont = False
  1686.           end
  1687.           object Label_R11: TLabel
  1688.             Tag = 12
  1689.             Left = 3
  1690.             Top = 41
  1691.             Width = 72
  1692.             Height = 15
  1693.             Alignment = taRightJustify
  1694.             AutoSize = False
  1695.             Caption = 'User Field 2:'
  1696.             Font.Color = clBlack
  1697.             Font.Height = -12
  1698.             Font.Name = 'Arial'
  1699.             Font.Style = []
  1700.             ParentFont = False
  1701.           end
  1702.           object Label_R12: TLabel
  1703.             Tag = 13
  1704.             Left = 3
  1705.             Top = 71
  1706.             Width = 72
  1707.             Height = 15
  1708.             Alignment = taRightJustify
  1709.             AutoSize = False
  1710.             Caption = 'User Field 3:'
  1711.             Font.Color = clBlack
  1712.             Font.Height = -12
  1713.             Font.Name = 'Arial'
  1714.             Font.Style = []
  1715.             ParentFont = False
  1716.           end
  1717.           object Label_R13: TLabel
  1718.             Tag = 14
  1719.             Left = 3
  1720.             Top = 101
  1721.             Width = 72
  1722.             Height = 15
  1723.             Alignment = taRightJustify
  1724.             AutoSize = False
  1725.             Caption = 'User Field 4:'
  1726.             Font.Color = clBlack
  1727.             Font.Height = -12
  1728.             Font.Name = 'Arial'
  1729.             Font.Style = []
  1730.             ParentFont = False
  1731.           end
  1732.           object Label_R14: TLabel
  1733.             Tag = 15
  1734.             Left = 10
  1735.             Top = 120
  1736.             Width = 66
  1737.             Height = 15
  1738.             Caption = 'Description:'
  1739.             Font.Color = clBlack
  1740.             Font.Height = -12
  1741.             Font.Name = 'Arial'
  1742.             Font.Style = []
  1743.             ParentFont = False
  1744.           end
  1745.           object R10: TEdit
  1746.             Tag = 11
  1747.             Left = 80
  1748.             Top = 8
  1749.             Width = 185
  1750.             Height = 24
  1751.             Hint = 'Enter Text Here'
  1752.             AutoSelect = False
  1753.             TabOrder = 0
  1754.           end
  1755.           object R11: TEdit
  1756.             Tag = 12
  1757.             Left = 80
  1758.             Top = 38
  1759.             Width = 185
  1760.             Height = 24
  1761.             Hint = 'Enter Text Here'
  1762.             AutoSelect = False
  1763.             TabOrder = 1
  1764.           end
  1765.           object R12: TLookup
  1766.             Tag = 13
  1767.             Left = 80
  1768.             Top = 67
  1769.             Width = 185
  1770.             Height = 24
  1771.             Hint = 'Click On The Down Arrow To See The Choices'
  1772.             ItemHeight = 16
  1773.             Sorted = True
  1774.             TabOrder = 2
  1775.             AskUser = False
  1776.             Source = 'list4.dbf'
  1777.             Twin = L12
  1778.           end
  1779.           object R13: TLookup
  1780.             Tag = 14
  1781.             Left = 80
  1782.             Top = 97
  1783.             Width = 185
  1784.             Height = 24
  1785.             Hint = 'Click On The Down Arrow To See The Choices'
  1786.             ItemHeight = 16
  1787.             Sorted = True
  1788.             TabOrder = 3
  1789.             AskUser = False
  1790.             Source = 'list5.dbf'
  1791.             Twin = L13
  1792.           end
  1793.           object R14: TMemo
  1794.             Tag = 15
  1795.             Left = 8
  1796.             Top = 136
  1797.             Width = 257
  1798.             Height = 185
  1799.             Hint = 'Multi-line Text Field'
  1800.             Font.Color = clBlack
  1801.             Font.Height = -13
  1802.             Font.Name = 'Arial'
  1803.             Font.Style = []
  1804.             ParentFont = False
  1805.             ScrollBars = ssVertical
  1806.             TabOrder = 4
  1807.           end
  1808.         end
  1809.       end
  1810.       object TPage
  1811.         Left = 0
  1812.         Top = 0
  1813.         Caption = 'Page 3'
  1814.         object PgR3: TPanel
  1815.           Tag = 2
  1816.           Left = 0
  1817.           Top = 0
  1818.           Width = 272
  1819.           Height = 326
  1820.           Align = alClient
  1821.           BevelInner = bvLowered
  1822.           Font.Color = clBlack
  1823.           Font.Height = -13
  1824.           Font.Name = 'Arial'
  1825.           Font.Style = [fsBold]
  1826.           ParentColor = True
  1827.           ParentFont = False
  1828.           TabOrder = 0
  1829.           object TLabel
  1830.             Left = 8
  1831.             Top = 192
  1832.             Width = 4
  1833.             Height = 16
  1834.           end
  1835.           object Label_R15: TLabel
  1836.             Tag = 16
  1837.             Left = 6
  1838.             Top = 2
  1839.             Width = 36
  1840.             Height = 15
  1841.             Caption = 'Notes:'
  1842.             Font.Color = clBlack
  1843.             Font.Height = -12
  1844.             Font.Name = 'Arial'
  1845.             Font.Style = []
  1846.             ParentFont = False
  1847.           end
  1848.           object R15: TMemo
  1849.             Tag = 16
  1850.             Left = 7
  1851.             Top = 16
  1852.             Width = 257
  1853.             Height = 305
  1854.             Hint = 'Multi-line Text Field'
  1855.             Font.Color = clBlack
  1856.             Font.Height = -13
  1857.             Font.Name = 'Arial'
  1858.             Font.Style = []
  1859.             Lines.Strings = (
  1860.               '')
  1861.             ParentFont = False
  1862.             ScrollBars = ssVertical
  1863.             TabOrder = 0
  1864.           end
  1865.         end
  1866.       end
  1867.       object TPage
  1868.         Left = 0
  1869.         Top = 0
  1870.         Caption = 'Page 4'
  1871.         object PgR4: TPanel
  1872.           Tag = 2
  1873.           Left = 0
  1874.           Top = 0
  1875.           Width = 272
  1876.           Height = 326
  1877.           Align = alClient
  1878.           BevelInner = bvLowered
  1879.           Font.Color = clBlack
  1880.           Font.Height = -13
  1881.           Font.Name = 'Arial'
  1882.           Font.Style = [fsBold]
  1883.           ParentColor = True
  1884.           ParentFont = False
  1885.           TabOrder = 0
  1886.           object TLabel
  1887.             Left = 8
  1888.             Top = 192
  1889.             Width = 4
  1890.             Height = 16
  1891.           end
  1892.           object Label_R16: TLabel
  1893.             Tag = 17
  1894.             Left = 6
  1895.             Top = 2
  1896.             Width = 41
  1897.             Height = 15
  1898.             Caption = 'Picture:'
  1899.             Font.Color = clBlack
  1900.             Font.Height = -12
  1901.             Font.Name = 'Arial'
  1902.             Font.Style = []
  1903.             ParentFont = False
  1904.           end
  1905.           object R16: TBmpControl
  1906.             Tag = 17
  1907.             Left = 8
  1908.             Top = 16
  1909.             Width = 257
  1910.             Height = 305
  1911.             Hint = 'Graphical Field - Right Mouse Click displays Menu'
  1912.             Caption = 'R16'
  1913.             TabOrder = 0
  1914.             ShowButtons = True
  1915.           end
  1916.         end
  1917.       end
  1918.     end
  1919.     object TabSet3: TTabSet
  1920.       Left = 0
  1921.       Top = 370
  1922.       Width = 272
  1923.       Height = 20
  1924.       Hint = 'Select Part of the Record [Alt+#]'
  1925.       Align = alBottom
  1926.       BackgroundColor = clSilver
  1927.       DitherBackground = False
  1928.       Font.Color = clBlack
  1929.       Font.Height = -11
  1930.       Font.Name = 'Arial'
  1931.       Font.Style = []
  1932.       Tabs.Strings = (
  1933.         'Part 1'
  1934.         'Part 2'
  1935.         'Part 3'
  1936.         'Part 4')
  1937.       TabIndex = 0
  1938.       OnClick = TabSet3Click
  1939.     end
  1940.     object Panel2: TPanel
  1941.       Left = 0
  1942.       Top = 340
  1943.       Width = 272
  1944.       Height = 30
  1945.       Align = alBottom
  1946.       BevelInner = bvLowered
  1947.       ParentColor = True
  1948.       TabOrder = 2
  1949.       object PgR_Lbl: TLabel
  1950.         Tag = -1
  1951.         Left = 230
  1952.         Top = 11
  1953.         Width = 38
  1954.         Height = 14
  1955.         Alignment = taRightJustify
  1956.         AutoSize = False
  1957.         Caption = '999999'
  1958.         Color = clYellow
  1959.         Font.Color = clBlack
  1960.         Font.Height = -11
  1961.         Font.Name = 'Arial'
  1962.         Font.Style = []
  1963.         ParentColor = False
  1964.         ParentFont = False
  1965.       end
  1966.       object B_RPrint: TBitBtn
  1967.         Left = 4
  1968.         Top = 3
  1969.         Width = 24
  1970.         Height = 23
  1971.         Hint = 'Print Right Record [Alt+R]'
  1972.         Font.Color = clBlack
  1973.         Font.Height = -11
  1974.         Font.Name = 'Arial'
  1975.         Font.Style = []
  1976.         ParentFont = False
  1977.         ParentShowHint = False
  1978.         ShowHint = True
  1979.         TabOrder = 0
  1980.         TabStop = False
  1981.         OnClick = B_RPrintClick
  1982.         Glyph.Data = {
  1983.           78010000424D7801000000000000760000002800000020000000100000000100
  1984.           04000000000000000000120B0000120B00000000000000000000000000000000
  1985.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1986.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  1987.           0003377777777777777308888888888888807F33333333333337088888888888
  1988.           88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  1989.           8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  1990.           8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  1991.           03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  1992.           03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  1993.           33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  1994.           33333337FFFF77333333333000000333333333377777733333330000}
  1995.         NumGlyphs = 2
  1996.       end
  1997.       object B_RDelete: TBitBtn
  1998.         Left = 27
  1999.         Top = 3
  2000.         Width = 24
  2001.         Height = 23
  2002.         Hint = 'Delete Right Record [Alt+Delete]'
  2003.         Font.Color = clBlack
  2004.         Font.Height = -11
  2005.         Font.Name = 'Arial'
  2006.         Font.Style = []
  2007.         ParentFont = False
  2008.         ParentShowHint = False
  2009.         ShowHint = True
  2010.         TabOrder = 1
  2011.         TabStop = False
  2012.         OnClick = B_RDeleteClick
  2013.         Glyph.Data = {
  2014.           78010000424D7801000000000000760000002800000020000000100000000100
  2015.           04000000000000000000120B0000120B00000000000000000000000000000000
  2016.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2017.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  2018.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  2019.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  2020.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  2021.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  2022.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  2023.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  2024.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  2025.           3333333337FFF7F33333333330000033333333333777773333330000}
  2026.         NumGlyphs = 2
  2027.       end
  2028.       object B_RCopy: TBitBtn
  2029.         Left = 73
  2030.         Top = 3
  2031.         Width = 24
  2032.         Height = 23
  2033.         Hint = 'Copy Right Record To Copy Buffer [Alt+O]'
  2034.         Font.Color = clBlack
  2035.         Font.Height = -11
  2036.         Font.Name = 'Arial'
  2037.         Font.Style = []
  2038.         ParentFont = False
  2039.         ParentShowHint = False
  2040.         ShowHint = True
  2041.         TabOrder = 3
  2042.         TabStop = False
  2043.         OnClick = B_RCopyClick
  2044.         Glyph.Data = {
  2045.           76010000424D7601000000000000760000002800000020000000100000000100
  2046.           04000000000000010000130B0000130B00000000000000000000000000000000
  2047.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2048.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF
  2049.           FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF
  2050.           FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077
  2051.           007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000
  2052.           7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039
  2053.           99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999
  2054.           99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  2055.           99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  2056.           93337FFFF7737777733300000033333333337777773333333333}
  2057.         NumGlyphs = 2
  2058.       end
  2059.       object B_RPaste: TBitBtn
  2060.         Left = 96
  2061.         Top = 3
  2062.         Width = 24
  2063.         Height = 23
  2064.         Hint = 'Paste From Copy Buffer To Right Record [Alt+P]'
  2065.         Font.Color = clBlack
  2066.         Font.Height = -11
  2067.         Font.Name = 'Arial'
  2068.         Font.Style = []
  2069.         ParentFont = False
  2070.         ParentShowHint = False
  2071.         ShowHint = True
  2072.         TabOrder = 4
  2073.         TabStop = False
  2074.         OnClick = B_RPasteClick
  2075.         Glyph.Data = {
  2076.           76010000424D7601000000000000760000002800000020000000100000000100
  2077.           04000000000000010000130B0000130B00000000000000000000000000000000
  2078.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2079.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330FFFFF
  2080.           FFF03333337F3FFFF3F73333330F0000F0F03333337F777737373333330FFFFF
  2081.           FFF033FFFF7FFF33FFF77000000007F00000377777777FF777770BBBBBBBB0F0
  2082.           FF037777777777F7F3730B77777BB0F0F0337777777777F7F7330B7FFFFFB0F0
  2083.           0333777F333377F77F330B7FFFFFB0009333777F333377777FF30B7FFFFFB039
  2084.           9933777F333377F777FF0B7FFFFFB0999993777F33337777777F0B7FFFFFB999
  2085.           9999777F3333777777770B7FFFFFB0399933777FFFFF77F777F3070077007039
  2086.           99337777777777F777F30B770077B039993377FFFFFF77F777330BB7007BB999
  2087.           93337777FF777777733370000000073333333777777773333333}
  2088.         NumGlyphs = 2
  2089.       end
  2090.       object B_RUndo: TBitBtn
  2091.         Left = 50
  2092.         Top = 3
  2093.         Width = 24
  2094.         Height = 23
  2095.         Hint = 'Undo Changes To Right Record [Alt+U]'
  2096.         Font.Color = clBlack
  2097.         Font.Height = -11
  2098.         Font.Name = 'Arial'
  2099.         Font.Style = []
  2100.         ParentFont = False
  2101.         ParentShowHint = False
  2102.         ShowHint = True
  2103.         TabOrder = 2
  2104.         TabStop = False
  2105.         OnClick = B_RUndoClick
  2106.         Glyph.Data = {
  2107.           76010000424D7601000000000000760000002800000020000000100000000100
  2108.           04000000000000010000130B0000130B00000000000000000000000000000000
  2109.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2110.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2111.           3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  2112.           3333333777333777FF33339993707399933333773337F3777FF3399933000339
  2113.           9933377333777F3377F3399333707333993337733337333337FF993333333333
  2114.           399377F33333F333377F993333303333399377F33337FF333373993333707333
  2115.           333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  2116.           999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  2117.           99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  2118.           3393333777333777337333333999993333333333377777333333}
  2119.         NumGlyphs = 2
  2120.       end
  2121.       object B_PgDn: TBitBtn
  2122.         Left = 182
  2123.         Top = 3
  2124.         Width = 24
  2125.         Height = 23
  2126.         Hint = 'GoTo Next Page [Ctrl+PgDn]'
  2127.         Font.Color = clBlack
  2128.         Font.Height = -11
  2129.         Font.Name = 'Arial'
  2130.         Font.Style = [fsBold]
  2131.         ParentFont = False
  2132.         ParentShowHint = False
  2133.         ShowHint = True
  2134.         TabOrder = 7
  2135.         OnClick = B_PgDnClick
  2136.         Glyph.Data = {
  2137.           78010000424D7801000000000000760000002800000020000000100000000100
  2138.           04000000000000000000120B0000120B00000000000000000000000000000000
  2139.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2140.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2141.           3333333333333333333333333333333333333FFF333333333333000333333333
  2142.           3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
  2143.           3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
  2144.           0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
  2145.           BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
  2146.           33337777773FF733333333333300033333333333337773333333333333333333
  2147.           3333333333333333333333333333333333333333333333333333333333333333
  2148.           33333333333333333333333333333333333333333333333333330000}
  2149.         Layout = blGlyphRight
  2150.         NumGlyphs = 2
  2151.       end
  2152.       object B_Last: TBitBtn
  2153.         Left = 205
  2154.         Top = 3
  2155.         Width = 24
  2156.         Height = 23
  2157.         Hint = 'GoTo Last Page [Ctrl+End]'
  2158.         Font.Color = clBlack
  2159.         Font.Height = -11
  2160.         Font.Name = 'Arial'
  2161.         Font.Style = [fsBold]
  2162.         ParentFont = False
  2163.         ParentShowHint = False
  2164.         ShowHint = True
  2165.         TabOrder = 8
  2166.         OnClick = B_LastClick
  2167.         Glyph.Data = {
  2168.           78010000424D7801000000000000760000002800000020000000100000000100
  2169.           04000000000000000000120B0000120B00000000000000000000000000000000
  2170.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2171.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2172.           3333333333333333333333333333333333333FFF333333333333000333333333
  2173.           3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
  2174.           3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
  2175.           0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
  2176.           BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
  2177.           33337777773FF733333333333300033333333333337773333333333333333333
  2178.           3333333333333333333333333333333333333333333333333333333333333333
  2179.           33333333333333333333333333333333333333333333333333330000}
  2180.         Layout = blGlyphRight
  2181.         NumGlyphs = 2
  2182.       end
  2183.       object B_RGo: TBitBtn
  2184.         Left = 150
  2185.         Top = 3
  2186.         Width = 24
  2187.         Height = 23
  2188.         Hint = 'Go To Web Page [Alt+G]'
  2189.         Font.Color = clBlack
  2190.         Font.Height = -11
  2191.         Font.Name = 'Arial'
  2192.         Font.Style = []
  2193.         ParentFont = False
  2194.         ParentShowHint = False
  2195.         ShowHint = True
  2196.         TabOrder = 6
  2197.         TabStop = False
  2198.         OnClick = B_RGoClick
  2199.         Glyph.Data = {
  2200.           78010000424D7801000000000000760000002800000020000000100000000100
  2201.           04000000000000000000120B0000120B00000000000000000000000000000000
  2202.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2203.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2204.           5555555555FFFFF555555555544C4C5555555555F777775FF5555554C444C444
  2205.           5555555775FF55775F55554C4334444445555575577F55557FF554C4C334C4C4
  2206.           335557F5577FF55577F554CCC3334444335557555777F555775FCCCCC333CCC4
  2207.           C4457F55F777F555557F4CC33333CCC444C57F577777F5F5557FC4333333C3C4
  2208.           CCC57F777777F7FF557F4CC33333333C4C457F577777777F557FCCC33CC4333C
  2209.           C4C575F7755F777FF5755CCCCC3333334C5557F5FF777777F7F554C333333333
  2210.           CC55575777777777F755553333CC3C33C555557777557577755555533CC4C4CC
  2211.           5555555775FFFF77555555555C4CCC55555555555777775555550000}
  2212.         NumGlyphs = 2
  2213.       end
  2214.       object B_RCapture: TBitBtn
  2215.         Left = 127
  2216.         Top = 3
  2217.         Width = 24
  2218.         Height = 23
  2219.         Hint = 'Capture Web Page Into New Record [Alt+W]'
  2220.         Font.Color = clBlack
  2221.         Font.Height = -11
  2222.         Font.Name = 'Arial'
  2223.         Font.Style = []
  2224.         ParentFont = False
  2225.         ParentShowHint = False
  2226.         ShowHint = True
  2227.         TabOrder = 5
  2228.         TabStop = False
  2229.         OnClick = B_RCaptureClick
  2230.         Glyph.Data = {
  2231.           76010000424D7601000000000000760000002800000020000000100000000100
  2232.           04000000000000010000130B0000130B00000000000000000000000000000000
  2233.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2234.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2235.           33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  2236.           FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  2237.           00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  2238.           F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  2239.           00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  2240.           F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  2241.           3333777777777777333333399033333333333337773333333333333903333333
  2242.           3333333773333333333333303333333333333337333333333333}
  2243.         NumGlyphs = 2
  2244.       end
  2245.     end
  2246.     object RStatus: TPanel
  2247.       Left = 0
  2248.       Top = 0
  2249.       Width = 272
  2250.       Height = 14
  2251.       Align = alTop
  2252.       BevelInner = bvLowered
  2253.       Caption = 'Read/Write Access'
  2254.       Font.Color = clBlack
  2255.       Font.Height = -11
  2256.       Font.Name = 'Arial'
  2257.       Font.Style = []
  2258.       ParentColor = True
  2259.       ParentFont = False
  2260.       TabOrder = 3
  2261.     end
  2262.   end
  2263.   object TabSet1: TTabSet
  2264.     Left = 8
  2265.     Top = 424
  2266.     Width = 568
  2267.     Height = 20
  2268.     Hint = 'Click on Tabs to select Menu Bar'
  2269.     BackgroundColor = clBlue
  2270.     DitherBackground = False
  2271.     Font.Color = clBlack
  2272.     Font.Height = -11
  2273.     Font.Name = 'Arial'
  2274.     Font.Style = []
  2275.     ParentShowHint = False
  2276.     ShowHint = True
  2277.     Tabs.Strings = (
  2278.       'Standard'
  2279.       'Advanced')
  2280.     TabIndex = 0
  2281.     OnClick = TabSet1Click
  2282.   end
  2283.   object Panel3: TPanel
  2284.     Left = 9
  2285.     Top = 391
  2286.     Width = 567
  2287.     Height = 34
  2288.     BevelInner = bvLowered
  2289.     Ctl3D = True
  2290.     Font.Color = clBlack
  2291.     Font.Height = -11
  2292.     Font.Name = 'Arial'
  2293.     Font.Style = [fsBold]
  2294.     ParentCtl3D = False
  2295.     ParentFont = False
  2296.     TabOrder = 2
  2297.     object B_Search: TBitBtn
  2298.       Left = 5
  2299.       Top = 4
  2300.       Width = 66
  2301.       Height = 26
  2302.       Hint = 'Find Text'
  2303.       Caption = 'Find'
  2304.       ParentShowHint = False
  2305.       ShowHint = True
  2306.       TabOrder = 0
  2307.       OnClick = B_SearchClick
  2308.       Glyph.Data = {
  2309.         36010000424D3601000000000000760000002800000012000000100000000100
  2310.         040000000000C000000000000000000000000000000000000000000000000000
  2311.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  2312.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888078888888
  2313.         88888800E111880007888888888888A21EE28000007888888888881181118801
  2314.         10078888888888225A2288801100777777888811E111888801100000007888AA
  2315.         5AAA88888010078880078811E11188888800788BB87078AA5AAA888888078888
  2316.         8BB70800F00088888808888888B80822D22288888807B88888B8080000008888
  2317.         8807BBB8888808222222888888007BBB888778AAAAAA8888888077BB88708888
  2318.         8888888888880777700888000000888888888000078888000000}
  2319.     end
  2320.     object B_TOC: TBitBtn
  2321.       Left = 431
  2322.       Top = 4
  2323.       Width = 63
  2324.       Height = 26
  2325.       Hint = 'Return to Table Of Contents'
  2326.       Caption = 'TOC'
  2327.       ParentShowHint = False
  2328.       ShowHint = True
  2329.       TabOrder = 3
  2330.       OnClick = B_TOCClick
  2331.       Glyph.Data = {
  2332.         78010000424D7801000000000000760000002800000020000000100000000100
  2333.         04000000000000000000120B0000120B00000000000000000000000000000000
  2334.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2335.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2336.         33333FFFFFFFFFFFFFFF000000000000000077777777777777770FFFFFFFFFFF
  2337.         FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  2338.         FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  2339.         FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  2340.         FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  2341.         FFF07FFFFFFFFFFFFFF70CCCCCCCCCCCCCC07777777777777777088CCCCCCCCC
  2342.         C8807FF7777777777FF700000000000000007777777777777777333333333333
  2343.         33333333333333333333333333333333333333333333333333330000}
  2344.       NumGlyphs = 2
  2345.     end
  2346.     object B_New: TBitBtn
  2347.       Left = 253
  2348.       Top = 4
  2349.       Width = 62
  2350.       Height = 26
  2351.       Hint = 'Add New Record'
  2352.       Caption = 'New'
  2353.       ParentShowHint = False
  2354.       ShowHint = True
  2355.       TabOrder = 1
  2356.       OnClick = B_NewClick
  2357.       Glyph.Data = {
  2358.         76010000424D7601000000000000760000002800000020000000100000000100
  2359.         04000000000000010000130B0000130B00000000000000000000000000000000
  2360.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2361.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  2362.         333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  2363.         0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  2364.         07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  2365.         07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
  2366.         0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
  2367.         33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
  2368.         B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  2369.         3BB33773333773333773B333333B3333333B7333333733333337}
  2370.       NumGlyphs = 2
  2371.     end
  2372.     object B_Exit: TBitBtn
  2373.       Left = 504
  2374.       Top = 4
  2375.       Width = 57
  2376.       Height = 26
  2377.       Hint = 'Program Shutdown'
  2378.       Caption = 'Exit'
  2379.       ParentShowHint = False
  2380.       ShowHint = True
  2381.       TabOrder = 4
  2382.       TabStop = False
  2383.       OnClick = B_ExitClick
  2384.       Glyph.Data = {
  2385.         78010000424D7801000000000000760000002800000020000000100000000100
  2386.         04000000000000000000120B0000120B00000000000000000000000000000000
  2387.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2388.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  2389.         03333377777777777F333301111111110333337F333333337F33330111111111
  2390.         0333337F333333337F333301111111110333337F333333337F33330111111111
  2391.         0333337F333333337F333301111111110333337F333333337F33330111111111
  2392.         0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  2393.         0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  2394.         0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  2395.         0333337F377777337F333301111111110333337F333333337F33330111111111
  2396.         0333337FFFFFFFFF7F33330000000000033333777777777773330000}
  2397.       NumGlyphs = 2
  2398.     end
  2399.     object B_Help: TBitBtn
  2400.       Left = 336
  2401.       Top = 4
  2402.       Width = 62
  2403.       Height = 26
  2404.       Hint = 'Display Help Window'
  2405.       Caption = 'Help'
  2406.       ParentShowHint = False
  2407.       ShowHint = True
  2408.       TabOrder = 2
  2409.       OnClick = HelpContents1Click
  2410.       Glyph.Data = {
  2411.         78010000424D7801000000000000760000002800000020000000100000000100
  2412.         04000000000000000000120B0000120B00000000000000000000000000000000
  2413.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2414.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2415.         3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  2416.         33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  2417.         FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  2418.         FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  2419.         FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  2420.         FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  2421.         FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  2422.         3333333773FFFF77333333333FBFBF33333333333777773333330000}
  2423.       NumGlyphs = 2
  2424.     end
  2425.   end
  2426.   object MainMenu1: TMainMenu
  2427.     Left = 499
  2428.     Top = 424
  2429.     object File1: TMenuItem
  2430.       Caption = '&File'
  2431.       object New1: TMenuItem
  2432.         Caption = '&New Record'
  2433.         OnClick = B_NewClick
  2434.       end
  2435.       object PrintRight1: TMenuItem
  2436.         Caption = 'Print &Left Record'
  2437.         OnClick = B_LPrintClick
  2438.       end
  2439.       object PrintRightRecord1: TMenuItem
  2440.         Caption = 'Print &Right Record'
  2441.         OnClick = B_RPrintClick
  2442.       end
  2443.       object TableOfContents1: TMenuItem
  2444.         Caption = '&Table Of Contents'
  2445.         OnClick = B_TOCClick
  2446.       end
  2447.       object Exit1: TMenuItem
  2448.         Caption = 'E&xit'
  2449.         OnClick = B_ExitClick
  2450.       end
  2451.     end
  2452.     object Search1: TMenuItem
  2453.       Caption = '&Search'
  2454.       object Find1: TMenuItem
  2455.         Caption = '&Find'
  2456.         OnClick = B_SearchClick
  2457.       end
  2458.     end
  2459.     object LeftPage1: TMenuItem
  2460.       Caption = '&Move'
  2461.       object First1: TMenuItem
  2462.         Caption = '&First'
  2463.         OnClick = B_FirstClick
  2464.       end
  2465.       object PageUp1: TMenuItem
  2466.         Caption = 'Page&Up'
  2467.         OnClick = B_PgUpClick
  2468.       end
  2469.       object PageDown1: TMenuItem
  2470.         Caption = 'Page&Down'
  2471.         OnClick = B_PgDnClick
  2472.       end
  2473.       object Last1: TMenuItem
  2474.         Caption = '&Last'
  2475.         OnClick = B_LastClick
  2476.       end
  2477.     end
  2478.     object Help1: TMenuItem
  2479.       Caption = '&Help'
  2480.       object HelpContents1: TMenuItem
  2481.         Caption = '&Help Contents'
  2482.         OnClick = HelpContents1Click
  2483.       end
  2484.     end
  2485.   end
  2486.   object PopupMenu1: TPopupMenu
  2487.     OnPopup = PopupMenu1Popup
  2488.     Left = 456
  2489.     Top = 424
  2490.     object LeftRecord1: TMenuItem
  2491.       Caption = 'Left Record:'
  2492.       Enabled = False
  2493.     end
  2494.     object GoTo1: TMenuItem
  2495.       Caption = '&Go To Web Page'
  2496.       OnClick = B_LGoClick
  2497.     end
  2498.     object Capture1: TMenuItem
  2499.       Caption = 'Capture &Web Page'
  2500.       OnClick = B_LCaptureClick
  2501.     end
  2502.     object N1: TMenuItem
  2503.       Caption = '-'
  2504.     end
  2505.     object ViewBuffer1: TMenuItem
  2506.       Caption = '&View Copy Buffer'
  2507.       object TMenuItem
  2508.       end
  2509.     end
  2510.     object N4: TMenuItem
  2511.       Caption = '-'
  2512.     end
  2513.     object Paste1: TMenuItem
  2514.       Caption = '&Paste Record'
  2515.       OnClick = B_LPasteClick
  2516.     end
  2517.     object Copy1: TMenuItem
  2518.       Caption = 'C&opy Record'
  2519.       OnClick = B_LCopyClick
  2520.     end
  2521.     object Undo1: TMenuItem
  2522.       Caption = '&Undo Changes'
  2523.       OnClick = L_UndoClick
  2524.     end
  2525.     object Delete1: TMenuItem
  2526.       Caption = '&Delete Record'
  2527.       OnClick = B_LDeleteClick
  2528.     end
  2529.     object Print1: TMenuItem
  2530.       Caption = 'P&rint Record'
  2531.       OnClick = B_LPrintClick
  2532.     end
  2533.     object N6: TMenuItem
  2534.       Caption = '-'
  2535.     end
  2536.     object Help2: TMenuItem
  2537.       Caption = '&Help'
  2538.       OnClick = Help2Click
  2539.     end
  2540.   end
  2541.   object PopupMenu2: TPopupMenu
  2542.     OnPopup = PopupMenu2Popup
  2543.     Left = 416
  2544.     Top = 424
  2545.     object RightRecord1: TMenuItem
  2546.       Caption = 'Right Record :'
  2547.       Enabled = False
  2548.     end
  2549.     object GoTo2: TMenuItem
  2550.       Caption = '&Go To Web Page'
  2551.       OnClick = B_RGoClick
  2552.     end
  2553.     object Capture2: TMenuItem
  2554.       Caption = 'Capture &Web Page'
  2555.       OnClick = B_RCaptureClick
  2556.     end
  2557.     object N2: TMenuItem
  2558.       Caption = '-'
  2559.     end
  2560.     object ViewBuffer2: TMenuItem
  2561.       Caption = '&View Copy Buffer'
  2562.       object TMenuItem
  2563.       end
  2564.     end
  2565.     object N3: TMenuItem
  2566.       Caption = '-'
  2567.     end
  2568.     object Paste2: TMenuItem
  2569.       Caption = '&Paste Record'
  2570.       OnClick = B_RPasteClick
  2571.     end
  2572.     object Copy2: TMenuItem
  2573.       Caption = 'C&opy Record'
  2574.       OnClick = B_RCopyClick
  2575.     end
  2576.     object Undo2: TMenuItem
  2577.       Caption = '&Undo Changes'
  2578.       OnClick = B_RUndoClick
  2579.     end
  2580.     object Delete2: TMenuItem
  2581.       Caption = '&Delete Record'
  2582.       OnClick = B_RDeleteClick
  2583.     end
  2584.     object Print2: TMenuItem
  2585.       Caption = 'P&rint Record'
  2586.       OnClick = B_RPrintClick
  2587.     end
  2588.     object N5: TMenuItem
  2589.       Caption = '-'
  2590.     end
  2591.     object Help3: TMenuItem
  2592.       Caption = '&Help'
  2593.       OnClick = Help2Click
  2594.     end
  2595.   end
  2596. end
  2597.